home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 035a / bpq404.zip / BPQDUMP.DOC < prev    next >
Text File  |  1989-01-06  |  512b  |  18 lines

  1. BPQDUMP.COM  is a simple program to dump my code to a file to aid diagnosis 
  2. of fault conditions. It creates a file called BPQDUMP (about 98k).
  3.  
  4. If run without a parameter, it dumps immediately.
  5.  
  6. If a param is specified, it will loop until the free buffer count drops below
  7. 20 ( the point when the code starts to shut down), then dumps and exits. Note
  8. this mode must only be run in a desqview window.
  9.  
  10.  
  11. eq
  12.  
  13.  
  14. BPQDUMP        - dumps now
  15.  
  16. BPQDUMP X    - dumps when buffers < 21
  17.  
  18.